summaryrefslogtreecommitdiff
path: root/src/greenlet/greenlet_refs.hpp
Commit message (Expand)AuthorAgeFilesLines
* Improve type error messages. Refs #330Jason Madden2023-01-281-1/+3
* Stop using 'const PyObject*, per @vstinnerJason Madden2023-01-271-7/+7
* Remove several uses of G_NOEXCEPT because they were innacurate.Jason Madden2022-10-291-10/+10
* Python 2: Remove assert that failed (false positive) when raising an old-styl...Jason Madden2022-10-291-4/+17
* Omit PY_SSIZE_T_CLEAN from greenlet.h; that's a public API.Jason Madden2022-10-271-2/+2
* Fixed missing PY_SSIZE_T_CLEAN define before python.h importAddison Gourluck2022-10-271-0/+1
* Fix typosKian-Meng, Ang2021-11-171-1/+1
* Drop the PyMainGreenlet type.Jason Madden2021-11-161-32/+12
* Fix a memory corruption bug in non-standard-threading builds.Jason Madden2021-11-091-1/+6
* Fix a manylinux crasher.Jason Madden2021-11-081-0/+1
* Encapsulate parent.Jason Madden2021-11-081-11/+0
* Hopefully more fixes for old MSVC.Jason Madden2021-11-081-1/+1
* Hopefully more fixes for old MSVC.Jason Madden2021-11-081-4/+4
* Checkpoint on additional safety.Jason Madden2021-11-081-123/+221
* Fix the leak of the parent greenlet.Jason Madden2021-11-061-2/+24
* Make the PyGreenlet object opaque using the pointer-to-implementation pattern.Jason Madden2021-11-061-10/+15
* Start work on making PyGreenlet opaque. First part of the conversion: the exc...Jason Madden2021-11-031-19/+58
* Cleanups for non-native thread state creation.Jason Madden2021-11-021-1/+1
* Clean up argument passing.Jason Madden2021-11-021-1/+29
* Cleanup debugging code.Jason Madden2021-10-301-5/+3
* Make the part of g_initialstub that never returns its own function.Jason Madden2021-10-291-1/+1
* More notes on stack leaks and attempts to do something about it.Jason Madden2021-10-271-0/+19
* Find and fix one apparent leakJason Madden2021-10-271-5/+7
* Add a test for, and fix, a potential crasher.Jason Madden2021-10-251-2/+4
* fix test_tuple_subclass on python 2Jason Madden2021-10-251-2/+2
* Fix a threaded crash; zope.testrunner no longer reports reference leaksJason Madden2021-10-251-7/+6
* Fix tests, including fixing an actual leak.Jason Madden2021-10-241-0/+33
* Fix some crashes.Jason Madden2021-10-231-1/+1
* We are very sensitive to where greenlets get deallocated.Jason Madden2021-10-231-2/+3
* Checkpoint on more closely managing object lifetime during switches.Jason Madden2021-10-221-52/+162
* Move ref classes to new file.Jason Madden2021-10-211-0/+715