This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko, vstinner
Date 2019-02-06.09:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549444646.72.0.325540905477.issue35908@roundup.psfhosted.org>
In-reply-to
Content
Setup.local used:

# Edit this file for local setup changes
array arraymodule.c	# array objects
cmath cmathmodule.c _math.c # -lm # complex math library functions
math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
_struct _struct.c	# binary structure packing/unpacking
_random _randommodule.c	# Random number generator
_elementtree _elementtree.c -lexpat	# elementtree accelerator
_pickle _pickle.c	# pickle accelerator
_datetime _datetimemodule.c	# datetime accelerator
_bisect _bisectmodule.c	# Bisection algorithms
_heapq _heapqmodule.c	# Heap queue algorithm
unicodedata unicodedata.c    # static Unicode character database
fcntl fcntlmodule.c	# fcntl(2) and ioctl(2)
spwd spwdmodule.c		# spwd(3)
grp grpmodule.c		# grp(3)
select selectmodule.c	# select(2); not on ancient System V
_socket socketmodule.c
_posixsubprocess _posixsubprocess.c  # POSIX subprocess module helper
_md5 md5module.c
_sha1 sha1module.c
_sha256 sha256module.c
_sha512 sha512module.c
_sha3 _sha3/sha3module.c
_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
syslog syslogmodule.c		# syslog daemon interface
binascii binascii.c
zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
History
Date User Action Args
2019-02-06 09:17:28dokosetrecipients: + doko, vstinner
2019-02-06 09:17:26dokosetmessageid: <1549444646.72.0.325540905477.issue35908@roundup.psfhosted.org>
2019-02-06 09:17:26dokolinkissue35908 messages
2019-02-06 09:17:26dokocreate