mirror of
https://github.com/python/cpython.git
synced 2025-10-28 12:15:13 +00:00
* gh-124370: Add "howto" for free-threaded Python This is a guide aimed at people writing Python code, as oppposed to the existing guide for C API extension authors. * Add missing new line * Update Doc/howto/free-threading-python.rst Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> * interned -> immortalized * Apply suggestions from code review Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> * Update Doc/howto/free-threading-python.rst Co-authored-by: mpage <mpage@cs.stanford.edu> * Update docs * Apply suggestions from code review Co-authored-by: Carol Willing <carolcode@willingconsulting.com> * A few more updates * Additional comment on immortal objects * Mention specializing adaptive interpreter * Remove trailing whitespace * Remove mention of C macro --------- Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: mpage <mpage@cs.stanford.edu> Co-authored-by: Carol Willing <carolcode@willingconsulting.com> |
||
|---|---|---|
| .. | ||
| annotations.rst | ||
| argparse.rst | ||
| clinic.rst | ||
| cporting.rst | ||
| curses.rst | ||
| descriptor.rst | ||
| enum.rst | ||
| free-threading-extensions.rst | ||
| free-threading-python.rst | ||
| functional.rst | ||
| gdb_helpers.rst | ||
| index.rst | ||
| instrumentation.rst | ||
| ipaddress.rst | ||
| isolating-extensions.rst | ||
| logging-cookbook.rst | ||
| logging.rst | ||
| logging_flow.png | ||
| logging_flow.svg | ||
| mro.rst | ||
| perf_profiling.rst | ||
| pyporting.rst | ||
| regex.rst | ||
| sockets.rst | ||
| sorting.rst | ||
| timerfd.rst | ||
| unicode.rst | ||
| urllib2.rst | ||