From Fedora Project Wiki
(→‎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-19
* Last updated: 2010-05-20
* Percentage of completion: 0%
* 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

Important.png
Set a Page Watch
Make sure you click watch on your new page so that you are notified of changes to it by others, including the Feature Wrangler
Note.png
All sections of this template are required for review by FESCo. If any sections are empty it will not be reviewed



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

  • Email: <dmalcolm@redhat.com>

Current status

  • Targeted release: Fedora 41
  • 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

Detailed Description

Benefit to Fedora

Scope

How To Test

User Experience

Dependencies

Contingency Plan

Documentation

Release Notes

Comments and Discussion