- 28 Apr, 2019 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2919: Prevent tuple constants that compare equal but have different item types from being merged into one.
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2934: improve error reporting for non-constant exception value expressions
-
Stefan Behnel authored
GH-2934: improve error reporting for non-constant exception value expressions: instead of two errors and a crash, just report it once and explicitly.
-
- 27 Apr, 2019 1 commit
-
-
Stefan Behnel authored
Clean weakrefs before calling user's dealloc
-
- 26 Apr, 2019 1 commit
-
-
Stefan Behnel authored
-
- 25 Apr, 2019 2 commits
-
-
Stefan Behnel authored
Add PyGILState_Check to Includes/cpython/pystate.pxd
-
Zackery Spytz authored
Closes #2926.
-
- 24 Apr, 2019 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Pablo Galindo authored
We must clean the weakreferences before calling the user's __dealloc__ because if the __dealloc__ releases the GIL, a weakref can be dereferenced accessing the object in an inconsistent state or resurrecting it.
-
- 23 Apr, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Apr, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Apr, 2019 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fixes `pyximport.install(pyimport=True)` on the darwin architecture
-
Stefan Behnel authored
-
- 17 Apr, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add various declarations for the CPython C API
-
Jeroen Demeyer authored
-
Igor Kaplounenko authored
blocking all distutils from being compiled; removed distutils blacklists from the pyimport test and deleted the 'slow' test as it is now redundant
-
- 15 Apr, 2019 2 commits
-
-
Stefan Behnel authored
Minor typo of the word "declare" in user guide
-
Sean Enck authored
-
- 14 Apr, 2019 4 commits
-
-
Stefan Behnel authored
Closes GH-2811.
-
Stefan Behnel authored
Fixes GH-2811.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Apr, 2019 1 commit
-
-
Igor Kaplounenko authored
pyimport=True should work now on darwin without having to pre-import distutils directly or via pyxbuild
-
- 07 Apr, 2019 1 commit
-
-
Stefan Behnel authored
-