Staging
v0.5.1
https://github.com/python/cpython
Revision f35b884c918d5b754fa25f8cb47e67024cb29605 authored by Guido van Rossum on 15 October 1998, 13:28:29 UTC, committed by Guido van Rossum on 15 October 1998, 13:28:29 UTC
1 parent b7ffca3
Raw File
Tip revision: f35b884c918d5b754fa25f8cb47e67024cb29605 authored by Guido van Rossum on 15 October 1998, 13:28:29 UTC
Clarify that close() of a stream opened by popen() returns None if the
Tip revision: f35b884
Setup.thread.in
# This file is transmogrified into Setup.thread by config.status.

# Its purpose is to automatically enable the thread module when the
# --with-thread argument is given to the configure script.

# *NOTE*: if the configure script decides it can't support threads,
# the thread module will still be enabled and cause compile errors.
# The solution is not to use --with-thread on platforms that don't
# support threads.

@USE_THREAD_MODULE@thread threadmodule.c
back to top