Reserved keywords in source: was RE: [Python-Dev] Assign to errno allowed? (original) (raw)
Brad Clements bkc@murkworks.com
Wed, 25 Sep 2002 10:20:21 -0400
- Previous message: [Python-Dev] Assign to errno allowed?
- Next message: Reserved keywords in source: was RE: [Python-Dev] Assign to errno allowed?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 24 Sep 2002 at 20:10, Barry Scott wrote:
Windows CE prevents assignment to errno...
There would be a solution if you compiled all the code as C++. (Assuming that C++ reserved words are not used in the python code.)
Oh that's the other problem I ran into.
The core .c has a lot of
goto finally;
finally:
In C mode, this shouldn't matter. But MS's EVT compiler considers "finally" to be a reserved word. I had to change all of these too. (I used local_finally or some such thing)
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax AOL-IM: BKClements
- Previous message: [Python-Dev] Assign to errno allowed?
- Next message: Reserved keywords in source: was RE: [Python-Dev] Assign to errno allowed?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]