]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29137: Remove fpectl module (#4789)
authorNathaniel J. Smith <njs@pobox.com>
Sat, 6 Jan 2018 07:15:34 +0000 (23:15 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Jan 2018 07:15:34 +0000 (23:15 -0800)
commit735ae8d139a673b30b321dc10acfd3d14f0d633b
tree027e039ce309a5617d15cdf7f2ef8a1f711fcaaa
parent502d551c6d782963d26957a9e5ff1588946f233f
bpo-29137: Remove fpectl module (#4789)

This module has never been enabled by default, never worked correctly
on x86-64, and caused ABI problems that caused C extension
compatibility. See bpo-29137 for details/discussion.
14 files changed:
Doc/library/exceptions.rst
Doc/library/fpectl.rst [deleted file]
Doc/library/python.rst
Doc/license.rst
Include/pyfpe.h
Misc/NEWS.d/next/Library/2017-12-10-21-19-14.bpo-29137.CFcON1.rst [new file with mode: 0644]
Modules/Setup.dist
Modules/fpectlmodule.c [deleted file]
Modules/fpetestmodule.c [deleted file]
Python/pyfpe.c
aclocal.m4
configure
configure.ac
pyconfig.h.in