summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-14 07:21:58 (GMT)
committerGitHub <noreply@github.com>2023-02-14 07:21:58 (GMT)
commit8be8101bca34b60481ec3d7ecaea4a3379fb7dbb (patch)
treece3ca605afc7ee4c359f2cbc6b5ac9a15257b69f /Python/compile.c
parent928752ce4c23f47d3175dd47ecacf08d86a99c9d (diff)
downloadcpython-8be8101bca34b60481ec3d7ecaea4a3379fb7dbb.zip
cpython-8be8101bca34b60481ec3d7ecaea4a3379fb7dbb.tar.gz
cpython-8be8101bca34b60481ec3d7ecaea4a3379fb7dbb.tar.bz2
gh-101857: Allow xattr detection on musl libc (#101858)
Previously, we checked exclusively for `__GLIBC__` (AND'd with some other conditions). Checking for `__linux__` instead should be fine. This fixes using e.g. `os.listxattr()` on systems using musl libc. Bug: https://bugs.gentoo.org/894130 Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions
Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/library/history.tcl
Commit message (Expand)AuthorAgeFilesLines
* * library/history.tcl (history): Simplify the dance of variabledkf2011-11-251-1/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-221-9/+8
* | | Spacing and style fixesnijtmans2010-06-14