Message52366
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | Rhamphoryncus |
|---|---|
| Recipients | |
| Date | 2007-04-04.21:28:18 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
sys._getframe(sys.maxint) produces an OverflowError on 64bit GCC. Patch changed to use sys._getframe(10**9) instead. File Added: python2.6-warningfilename3.diff |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 15:57:52 | admin | link | issue1692664 messages |
| 2007-08-23 15:57:52 | admin | create | |