python-free-threading 3.13.0 (new formula)
This adds python 3.13 build with no gil, python3.13t. This is added with no-gil prefix to ensure it's in a different path to standard build.
There's an open question on what .pc and bin files to link on install, by default both python3.13 and python3.13t with the embed flavours too with the non t variants clashing with the standard [email protected] formula. The non t versions would need to be keg only to avoid link issues with dual installation.
- [x] Have you followed the guidelines for contributing?
- [x] Have you ensured that your commits follow the commit style guide?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [ ] Does your build pass
brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?
How does this differ from the normal python enough that it would be beneficial for most Homebrew users?
How does this differ from the normal python enough that it would be beneficial for most Homebrew users?
It's enabling brew install a very sought for feature in Python that is encouraged to be used by the community for testing and deployment. It's also supplied by pyenv too.
It's a compile feature time so requires a different build of the interpreter.
This still needs some work to avoid linking python3.13
lrwxr-xr-x 1 johng admin 53 Oct 18 08:45 /opt/homebrew/bin/python3.13 -> ../Cellar/python-free-threading/3.13.0/bin/python3.13
Removed some clashing links / added force overrides where I think it makes sense.
Only one that should be resolved (still WIP) is
Error: Could not symlink Frameworks/Python.framework/Versions/3.13/Headers Target /opt/homebrew/Frameworks/Python.framework/Versions/3.13/Headers is a symlink belonging to python-free-threading. You can unlink it:
Still have a couple of conflicts, not sure if they should be forced or not..
Possible conflicting files are: /opt/homebrew/share/man/man1/python3.13.1 -> /opt/homebrew/Cellar/python-free-threading/3.13.0/share/man/man1/python3.13.1 Error: Could not symlink Frameworks/Python.framework/Versions/3.13/Headers Target /opt/homebrew/Frameworks/Python.framework/Versions/3.13/Headers
Still have a couple of conflicts, not sure if they should be forced or not..
Possible conflicting files are: /opt/homebrew/share/man/man1/python3.13.1 -> /opt/homebrew/Cellar/python-free-threading/3.13.0/share/man/man1/python3.13.1 Error: Could not symlink Frameworks/Python.framework/Versions/3.13/Headers Target /opt/homebrew/Frameworks/Python.framework/Versions/3.13/Headers
This seems like an upstream bug TBH. ~I think even their installer .pkg doesn't really work for installing a freethreading build (despite instructions at https://py-free-threading.github.io/installing_cpython/).~
You should be able to install the freethreading build alongside a standard build and they should not conflict.
Edit: nope, the installation layout when including the freethreading build was just confusing.
Or, to be clearer, we should follow this layout of PythonT.framework:
/Library/Frameworks/PythonT.framework
/Library/Frameworks/PythonT.framework/Resources
/Library/Frameworks/PythonT.framework/Versions
/Library/Frameworks/PythonT.framework/Versions/3.13
/Library/Frameworks/PythonT.framework/Versions/3.13/bin
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/pydoc3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t-config
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t-intel64
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/pip3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3t-intel64
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/pydoc3t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/idle3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3t-config
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/pip3t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/idle3t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13
/Library/Frameworks/PythonT.framework/Versions/3.13/include
/Library/Frameworks/PythonT.framework/Versions/3.13/include/python3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/include/python3.13t/internal
/Library/Frameworks/PythonT.framework/Versions/3.13/include/python3.13t/internal/mimalloc
/Library/Frameworks/PythonT.framework/Versions/3.13/include/python3.13t/internal/mimalloc/mimalloc
/Library/Frameworks/PythonT.framework/Versions/3.13/include/python3.13t/cpython
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/English.lproj
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/Python.app
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/Python.app/Contents
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/Python.app/Contents/_CodeSignature
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/Python.app/Contents/MacOS
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/Python.app/Contents/MacOS/PythonT
/Library/Frameworks/PythonT.framework/Versions/3.13/Resources/Python.app/Contents/Resources
/Library/Frameworks/PythonT.framework/Versions/3.13/Headers
/Library/Frameworks/PythonT.framework/Versions/3.13/lib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_sha2.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_multiprocessing.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/fcntl.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_posixshmem.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testcapi.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_codecs_kr.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_bz2.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_interpreters.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/readline.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_interpchannels.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_datetime.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_xxtestfuzz.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/mmap.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_struct.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_statistics.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_elementtree.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_random.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_ctypes_test.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_asyncio.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_queue.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_dbm.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_sha1.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/resource.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_zoneinfo.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_codecs_iso2022.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_json.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testbuffer.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_interpqueues.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testclinic_limited.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_socket.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_lzma.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testinternalcapi.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_heapq.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/zlib.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testclinic.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_curses_panel.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_sha3.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_bisect.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_csv.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/pyexpat.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testmultiphase.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testexternalinspection.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_ctypes.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/termios.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_hashlib.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_codecs_cn.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_md5.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/array.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_multibytecodec.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_sqlite3.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/grp.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/cmath.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/binascii.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_scproxy.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testimportmultiple.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/xxsubtype.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testsinglephase.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_ssl.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_decimal.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_posixsubprocess.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_testlimitedcapi.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/xxlimited_35.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_tkinter.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_codecs_hk.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/xxlimited.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_opcode.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_lsprof.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/math.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_uuid.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/select.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/unicodedata.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_codecs_jp.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_contextvars.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_curses.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/syslog.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_blake2.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_pickle.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/lib-dynload/_codecs_tw.cpython-313t-darwin.so
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/encodings
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/encodings/rot_13.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/encodings/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/zoneinfo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/zoneinfo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ctypes
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ctypes/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ctypes/macholib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ctypes/macholib/fetch_macholib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ctypes/macholib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/trace.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/webbrowser.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/unittest
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/unittest/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/curses
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/curses/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/tabnanny.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/cProfile.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/base64.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/tomllib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/tomllib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_cppext
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_cppext/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_pathlib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_pathlib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_inspect
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_inspect/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/mathdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_gdb
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_gdb/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/valid
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/valid/array
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/valid/multiline-basic-str
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/valid/dates-and-times
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/array
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/keys-and-vals
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/inline-table
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/multiline-basic-str
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/literal-str
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/dotted-keys
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/table
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/boolean
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/dates-and-times
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/multiline-literal-str
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tomllib/data/invalid/array-of-tables
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_module
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_module/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_pydoc
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_pydoc/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/crashers
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/crashers/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/crashers/recursive_call.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_json
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_json/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_pyrepl
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_pyrepl/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_ttk
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_ttk/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_peg_generator
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_peg_generator/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_cext
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_cext/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tools
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tools/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/re_tests.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/audiodata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/typinganndata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/typinganndata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tkinter
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_tkinter/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_array.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_free_threading
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_free_threading/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/extension
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/extension/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/partial
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/partial/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/resources
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/resources/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/resources/zip.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/source
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/source/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/import_
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/import_/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project1
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project1/parent
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project1/parent/child
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project1/parent/child/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/portion2
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/portion2/foo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/portion2/foo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/not_a_namespace_pkg
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project3
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project3/parent
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project3/parent/child
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project3/parent/child/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project2
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project2/parent
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project2/parent/child
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/project2/parent/child/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/module_and_namespace_package
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/module_and_namespace_package/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/both_portions
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/both_portions/foo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/both_portions/foo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/portion1
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/portion1/foo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/namespace_pkgs/portion1/foo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/frozen
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/frozen/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example2
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example2/example2
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example2/example2/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example/example
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example/example/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/metadata/data/sources/example/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/builtin
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_importlib/builtin/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_ctypes
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_ctypes/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_future_stmt
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_future_stmt/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/dtracedata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/dtracedata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/tracedmodules
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/tracedmodules/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_doctest
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_doctest/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/tokenizedata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/tokenizedata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zipfile
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zipfile/_path
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zipfile/_path/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zipfile/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_multiprocessing_spawn
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_multiprocessing_spawn/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/decimaltestdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/xmltestdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/xmltestdata/c14n-20
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/encoded_modules
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/encoded_modules/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/cjkencodings
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_warnings
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_warnings/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_warnings/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_warnings/data/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_multiprocessing_forkserver
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_multiprocessing_forkserver/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/bisect_cmd.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/regrtestdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/regrtestdata/import_from_tests
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/regrtestdata/import_from_tests/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/regrtestdata/import_from_tests/test_regrtest_b
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/regrtestdata/import_from_tests/test_regrtest_b/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/archivetestdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/archivetestdata/exe_with_zip
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/archivetestdata/exe_with_z64
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/archivetestdata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/archivetestdata/header.sh
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_unittest
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_unittest/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_unittest/testmock
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_unittest/testmock/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_sqlite3
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_sqlite3/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/certdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/certdata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/certdata/capath
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package2
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package2/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package3
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package3/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package4
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package4/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/subpkg
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/subpkg/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/subpkg2
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/subpkg2/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/subpkg2/parent
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/subpkg2/parent/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/circular_imports/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/unwritable
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/unwritable/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_import/data/package/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/curses_tests.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zoneinfo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zoneinfo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zoneinfo/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_zoneinfo/data/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support/interpreters
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support/interpreters/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support/_hypothesis_stubs
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support/_hypothesis_stubs/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/support/smtpd.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/tkinterdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_interpreters
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_interpreters/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_dataclasses
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_dataclasses/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/regrtest.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_ast
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_ast/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_concurrent_futures
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_concurrent_futures/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_multiprocessing_fork
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_multiprocessing_fork/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_capi
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_capi/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/leakers
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/leakers/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/wheeldata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_email
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_email/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_email/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_uuid.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_asyncio
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/test_asyncio/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/libregrtest
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/libregrtest/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/subprocessdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/subprocessdata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/test/configdata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/__phello__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/__phello__/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/pathlib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/pathlib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/tree.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/bytedesign.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/clock.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/sorting_animate.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/paint.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/lindenmayer.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/penrose.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/peace.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/yinyang.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/fractalcurves.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/planet_and_moon.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/forest.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/__main__.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/turtledemo/minimal_hanoi.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/multiprocessing
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/multiprocessing/dummy
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/multiprocessing/dummy/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/multiprocessing/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/profile.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/urllib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/urllib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/zipfile
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/zipfile/_path
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/zipfile/_path/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/zipfile/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/network
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/network/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/utils
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/utils/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/models
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/models/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/cli
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/cli/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/operations
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/operations/install
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/operations/install/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/operations/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/operations/build
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/operations/build/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/req
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/req/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/resolution
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/resolution/legacy
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/resolution/legacy/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/resolution/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/resolution/resolvelib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/resolution/resolvelib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/vcs
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/vcs/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/locations
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/locations/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/index
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/index/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/commands
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/commands/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/metadata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/metadata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/metadata/importlib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/metadata/importlib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/distributions
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_internal/distributions/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/packaging
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/packaging/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/truststore
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/truststore/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/msgpack
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/msgpack/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/filters
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/filters/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/lexers
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/lexers/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/formatters
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/formatters/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/styles
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pygments/styles/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/distlib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/distlib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/distro
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/distro/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/cachecontrol
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/cachecontrol/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/cachecontrol/caches
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/cachecontrol/caches/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/idna
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/idna/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/requests
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/requests/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/tomli
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/tomli/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/certifi
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/certifi/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/rich
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/rich/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/util
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/util/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/contrib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/contrib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/contrib/_securetransport
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/packages
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/packages/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/packages/backports
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pkg_resources
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/pkg_resources/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/resolvelib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/resolvelib/compat
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/resolvelib/compat/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/resolvelib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/platformdirs
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/_vendor/platformdirs/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/site-packages/pip-24.2.dist-info
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/pydoc.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/html
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/html/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/tkinter
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/tkinter/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/parsers
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/parsers/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/sax
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/sax/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/dom
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/dom/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/etree
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xml/etree/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/pdb.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/platform.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/quopri.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/wsgiref
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/wsgiref/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/json
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/json/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/http
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/http/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/sqlite3
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/sqlite3/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ensurepip
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ensurepip/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/ensurepip/_bundled
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/concurrent
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/concurrent/futures
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/concurrent/futures/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/concurrent/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/_pyrepl
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/_pyrepl/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/sysconfig
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/sysconfig/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/python-config.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/libpython3.13t.dylib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/install-sh
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/libpython3.13t.a
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/libpython3.13.a
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/libpython3.13.dylib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/config-3.13t-darwin/makesetup
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/smtplib.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/venv
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/venv/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/venv/scripts
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/venv/scripts/posix
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/venv/scripts/common
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/dbm
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/dbm/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/timeit.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/tarfile.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/importlib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/importlib/resources
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/importlib/resources/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/importlib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/importlib/metadata
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/importlib/metadata/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xmlrpc
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/xmlrpc/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/idlelib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/idlelib/pyshell.py
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/idlelib/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/idlelib/Icons
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/idlelib/idle_test
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/idlelib/idle_test/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/pydoc_data
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/pydoc_data/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/collections
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/collections/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/asyncio
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/asyncio/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/logging
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/logging/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/email
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/email/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/email/mime
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/email/mime/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/re
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/python3.13t/re/__pycache__
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/libpython3.13t.dylib
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/pkgconfig
/Library/Frameworks/PythonT.framework/Versions/3.13/lib/libpython3.13.dylib
/Library/Frameworks/PythonT.framework/Versions/3.13/PythonT
/Library/Frameworks/PythonT.framework/Versions/3.13/share
/Library/Frameworks/PythonT.framework/Versions/3.13/share/man
/Library/Frameworks/PythonT.framework/Versions/3.13/share/man/man1
/Library/Frameworks/PythonT.framework/Versions/Current
/Library/Frameworks/PythonT.framework/Headers
/Library/Frameworks/PythonT.framework/PythonT
If you want to take a look at it locally:
gh run download 11522699491 --repo carlocab/workflow-test
Verified brew install [email protected] works fine
ls -al /opt/homebrew/bin/python3.13
lrwxr-xr-x@ 1 johng admin 45 26 Oct 11:46 /opt/homebrew/bin/python3.13 -> ../Cellar/[email protected]/3.13.0_1/bin/python3.13
ls -al /opt/homebrew/bin/python3.13t
lrwxr-xr-x@ 1 johng admin 54 26 Oct 11:45 /opt/homebrew/bin/python3.13t -> ../Cellar/python-free-threading/3.13.0/bin/python3.13t
Linking too
pkg-config --libs python-3.13t
-L/opt/homebrew/opt/python-free-threading/Frameworks/PythonT.framework/Versions/3.13/lib
pkg-config --libs python-3.13
-L/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.13/lib
:shipit: @carlocab has requested bottles to be published to this PR.
@johng @Bo98 @carlocab
hello gentlemen,
I use macOS 15.3.1 x86.
i tried to install the python-freethreading and failed on a post install step.
long story short: i had to install the expat in order run successfully following command brew postinstall python-freethreading.
it looks very similar to https://github.com/Homebrew/homebrew-core/issues/206778.
Could someone apply the same fix to this formula? Do you need dedicated issue for it?
:x: @carlocab bottle request for python-freethreading failed.
This should be fixed now. Do
brew update
brew reinstall python-freethreading
@carlocab thank you 👍