Re: [IronPython] Missing Compiler Flag

2007-09-21 Thread Dino Viehland
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Friday, September 21, 2007 12:57 PM To: Discussion of IronPython Subject: [IronPython] Missing Compiler Flag Hello all, There's another problem with the interactive interpreter in IronPython (it affects the

[IronPython] Missing Compiler Flag

2007-09-21 Thread Michael Foord
Hello all, There's another problem with the interactive interpreter in IronPython (it affects the ability to use the code standard library module). The PyCF_DONT_IMPLY_DEDENT compiler flag is not recognised in IronPython. The flag is defined in the 'codeop' standard library module: PyCF_DONT_I