Staging
v0.8.1
https://github.com/python/cpython
Revision 2528b19a86ed8d3ed26114c414a7a312fa85e72d authored by Guido van Rossum on 23 January 2001, 01:47:18 UTC, committed by Guido van Rossum on 23 January 2001, 01:47:18 UTC
and PyEval_ReleaseThread().

This fixes SF bug #125673 PyThreadState_Delete: invalid tstate (Unix
only?).
1 parent 2975786
Raw File
Tip revision: 2528b19a86ed8d3ed26114c414a7a312fa85e72d authored by Guido van Rossum on 23 January 2001, 01:47:18 UTC
Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete()
Tip revision: 2528b19
setup.cfg.in

[install]
install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
back to top