Features/DebugPythonStacks
From FedoraProject
< Features(Difference between revisions)
(→Current status: add link to my ideas page) |
(→Current status: add notes on the initial python-debug build) |
||
| Line 23: | Line 23: | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/{{FedoraVersion||next}} | {{FedoraVersion|long|next}} ]] | * Targeted release: [[Releases/{{FedoraVersion||next}} | {{FedoraVersion|long|next}} ]] | ||
| − | * Last updated: 2010-05- | + | * Last updated: 2010-05-20 |
| − | * Percentage of completion: | + | * Percentage of completion: 10% |
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. --> | <!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. --> | ||
Initial notes on this: [[DaveMalcolm/PythonIdeas]] | Initial notes on this: [[DaveMalcolm/PythonIdeas]] | ||
| + | |||
| + | See [http://lists.fedoraproject.org/pipermail/python-devel/2010-May/000250.html email] | ||
| + | |||
| + | See [http://svn.python.org/projects/python/trunk/Misc/SpecialBuilds.txt the upstream notes on what all the flags do] | ||
| + | |||
| + | {| | ||
| + | ! Package !! Latest build !! Debug flags | ||
| + | |- | ||
| + | | python || [http://koji.fedoraproject.org/koji/buildinfo?buildID=174357 python-2.6.5-9.fc14] || <code>--with-py-debug</code> | ||
| + | |- | ||
| + | | python3 || [http://koji.fedoraproject.org/koji/buildinfo?buildID=166832 python3-3.1.2-5.fc14] || No debug build yet | ||
| + | |} | ||
== Detailed Description == | == Detailed Description == | ||
Revision as of 23:09, 20 May 2010
Contents |
Debug Python stacks
Summary
Fedora now ships debug versions of Python 2 and Python 3 in addition to the traditional optimized builds. This will be of use to advanced Python users, such as developers of extension modules.
Owner
- Name: Dave Malcolm
- Email: <dmalcolm@redhat.com>
Current status
- Targeted release: Fedora 19
- Last updated: 2010-05-20
- Percentage of completion: 10%
Initial notes on this: DaveMalcolm/PythonIdeas
See email
See the upstream notes on what all the flags do
| Package | Latest build | Debug flags |
|---|---|---|
| python | python-2.6.5-9.fc14 | --with-py-debug
|
| python3 | python3-3.1.2-5.fc14 | No debug build yet |