Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpgrade to Python 3.7.6 #264
Conversation
…eleases
* Rename "Modules/random.c" to "Modules/bootstrap_hash.c" See python/cpython@6b4be19 bpo-22257: Small changes for PEP 432. (#1728) PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes. * Remove bundled copy of libffi (Closes #27979) See python/cpython@f40d4dd An installed copy of libffi is now required for building _ctypes on any platform but OSX and Windows.
… module
…ndent.
Since python/cpython@f40d4dd (Closes python/cpython#27979: Remove bundled copy of libffi), external version of libffi is required on linux.
15fccfe
to
1c816f3
e3605a0
to
3e0afb7
fadf5e3
to
7109963
9a6e623
to
bedf72b
|
Hello, I just tried out this pr and found the following error
|
How do we replicate your problem? OS? Cmake by natures takes different steps by setting compile flags based on what it finds. Do you have a log of the configure stage of cmake? Did your run rg on the code for rpc.h? def detect_nis(self):
What did it find for NIS? |
Try to finish PR #257
Requires ZLIB http://github.com/madler/zlib.git on Windows