diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/howto%2Fcporting.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/howto%2Fcporting.html')
| -rw-r--r-- | devdocs/python~3.12/howto%2Fcporting.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/python~3.12/howto%2Fcporting.html b/devdocs/python~3.12/howto%2Fcporting.html deleted file mode 100644 index d7a23e4c..00000000 --- a/devdocs/python~3.12/howto%2Fcporting.html +++ /dev/null @@ -1,6 +0,0 @@ - <span id="cporting-howto"></span><h1>Porting Extension Modules to Python 3</h1> <p>We recommend the following resources for porting extension modules to Python 3:</p> <ul class="simple"> <li>The <a class="reference external" href="http://python3porting.com/cextensions.html">Migrating C extensions</a> chapter from <em>Supporting Python 3: An in-depth guide</em>, a book on moving from Python 2 to Python 3 in general, guides the reader through porting an extension module.</li> <li>The <a class="reference external" href="https://py3c.readthedocs.io/en/latest/guide.html">Porting guide</a> from the <em>py3c</em> project provides opinionated suggestions with supporting code.</li> <li>The <a class="reference external" href="https://cython.org/">Cython</a> and <a class="reference external" href="https://cffi.readthedocs.io/en/latest/">CFFI</a> libraries offer abstractions over Python’s C API. Extensions generally need to be re-written to use one of them, but the library then handles differences between various Python versions and implementations.</li> </ul> <div class="_attribution"> - <p class="_attribution-p"> - © 2001–2023 Python Software Foundation<br>Licensed under the PSF License.<br> - <a href="https://docs.python.org/3.12/howto/cporting.html" class="_attribution-link">https://docs.python.org/3.12/howto/cporting.html</a> - </p> -</div> |
