Message 235067 - Python tracker
Message235067
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 | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2015-01-31.00:22:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1422663741.26.0.316768160361.issue23353@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Last major change related to generators in Python/ceval.c: --- changeset: 47594:212a1fee6bf9 parent: 47585:b0ef00187a7e user: Benjamin Peterson <benjamin@python.org> date: Wed Jun 11 15:59:43 2008 +0000 files: Doc/library/dis.rst Doc/library/inspect.rst Doc/library/sys.rst Doc/reference/datamodel.rst Include/frameobject.h Include/opcode.h Lib/doctest.py Li description: #3021: Antoine Pitrou's Lexical exception handlers --- This change introduced SWAP_EXC_STATE() and SAVE_EXC_STATE(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-01-31 00:22:21 | vstinner | set | recipients: + vstinner |
| 2015-01-31 00:22:21 | vstinner | set | messageid: <1422663741.26.0.316768160361.issue23353@psf.upfronthosting.co.za> |
| 2015-01-31 00:22:21 | vstinner | link | issue23353 messages |
| 2015-01-31 00:22:20 | vstinner | create | |