summaryrefslogtreecommitdiff
path: root/src/greenlet/greenlet_slp_switch.hpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKian-Meng, Ang2021-11-171-1/+1
* Make stack_state private.Jason Madden2021-11-091-1/+1
* Checkpoint on additional safety.Jason Madden2021-11-081-4/+1
* MSVC is picky.Jason Madden2021-11-061-1/+1
* Make the PyGreenlet object opaque using the pointer-to-implementation pattern.Jason Madden2021-11-061-1/+4
* Extract stack manipulation and state to its own object.Jason Madden2021-11-031-2/+2
* Neither disabling faulthandler nor enabling optimizations changed the SEH depth.Jason Madden2021-10-291-7/+1
* Make the part of g_initialstub that never returns its own function.Jason Madden2021-10-291-0/+8
* MSVC is picky about extern C matching.Jason Madden2021-10-281-0/+4
* Fix a threaded crash; zope.testrunner no longer reports reference leaksJason Madden2021-10-251-0/+111