[3.6] bpo-26985: Add missing info of code object in inspect documentation by zhangyangyu · Pull Request #1099 · python/cpython (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation0 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
backports to 3.6 for #1090
ihnorton pushed a commit to ihnorton/python-cmake-buildsystem that referenced this pull request
Use of OTHER_LIBTOOL_OPT has been removed from "Makefile.pre.in" in python/cpython@39e654a (Issue python/cpython#1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0.)
Looking at "configure.ac", the variable is set only for version of Darwin less or equal to 7. Looking at the release history of Darwin [1], we can see the variable is set only for Darwin <= 10.3.9
For the same reason, this commit also removes reference to obsolete variable LT_OBJDIR
[1] https://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history
Co-authored-by: Jean-Christophe Fillion-Robin jchris.fillionr@kitware.com
dand-oss pushed a commit to dand-oss/python-cmake-buildsystem that referenced this pull request
Use of OTHER_LIBTOOL_OPT has been removed from "Makefile.pre.in" in python/cpython@39e654a (Issue python/cpython#1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0.)
Looking at "configure.ac", the variable is set only for version of Darwin less or equal to 7. Looking at the release history of Darwin [1], we can see the variable is set only for Darwin <= 10.3.9
For the same reason, this commit also removes reference to obsolete variable LT_OBJDIR
[1] https://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history
Co-authored-by: Jean-Christophe Fillion-Robin jchris.fillionr@kitware.com
dand-oss pushed a commit to dand-oss/python-cmake-buildsystem that referenced this pull request
Use of OTHER_LIBTOOL_OPT has been removed from "Makefile.pre.in" in python/cpython@39e654a (Issue python/cpython#1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0.)
Looking at "configure.ac", the variable is set only for version of Darwin less or equal to 7. Looking at the release history of Darwin [1], we can see the variable is set only for Darwin <= 10.3.9
For the same reason, this commit also removes reference to obsolete variable LT_OBJDIR
[1] https://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history
Co-authored-by: Jean-Christophe Fillion-Robin jchris.fillionr@kitware.com
2 participants