[3.6] bpo-26985: Add missing info of code object in inspect documentation#1099
Merged
zhangyangyu merged 1 commit intopython:3.6from Apr 13, 2017
Merged
Conversation
ihnorton
pushed a commit
to ihnorton/python-cmake-buildsystem
that referenced
this pull request
Apr 28, 2017
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
Feb 19, 2019
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
Jun 5, 2022
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>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backports to 3.6 for #1090