You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
The PY_VERSION_HEX test should match in "init_posixsubprocess" as well.
On Python versions like 2.6.1, "imp_module" is not getting initialized, so
calls to "_PyImport_AcquireLock" fail because "imp_module" is NULL.
Original issue reported on code.google.com by m...@matt-good.net on 30 Nov 2012 at 2:31