socketDataProcessed.acquire()
socketDataProcessed.wait()
socketDataProcessed.release()
+ for thread in threads:
+ thread.join()
banner("logrecv output", "begin")
sys.stdout.write(sockOut.getvalue())
sockOut.close()
- New script combinerefs.py helps analyze new PYTHONDUMPREFS output.
See the module docstring for details.
-TBD
-
Build
-----
- LONG_LONG was renamed to PY_LONG_LONG. Extensions that use this and
need compatibility with previous versions can use this:
+
#ifndef PY_LONG_LONG
#define PY_LONG_LONG LONG_LONG
#endif
New platforms
-------------
-TBD
+None this time.
Tests
-----