Tim Peters a7444f47b2 PyErr_ProgramText(): Grrrrrr.
In a Windows debug build, trying to open a file using
an empty string as the name causes assertion death
inside MS's C runtime code.  We probably need to worm
around that in many places.  I'm worming around it here
to stop the new test_with.py from assert-dying in the
Windows debug build (it calls compile() with an empty
string for "the file name", which indirectly leads to
C-level code in Python trying to fopen("", "r")).
2006-02-27 23:29:46 +00:00
..
2006-02-27 22:32:47 +00:00
2006-02-27 22:32:47 +00:00
2006-02-15 17:27:45 +00:00
2006-02-27 23:29:46 +00:00
2005-12-06 07:26:02 +00:00
2006-02-27 22:32:47 +00:00
2006-02-27 22:32:47 +00:00
2002-12-30 22:08:05 +00:00
2006-02-15 17:27:45 +00:00
2006-02-16 14:37:48 +00:00
2006-02-16 14:37:16 +00:00
2006-02-15 17:27:45 +00:00
2006-02-27 22:32:47 +00:00
2006-02-26 22:12:35 +00:00
2006-02-27 22:32:47 +00:00
2006-02-16 14:37:16 +00:00
2006-02-15 17:27:45 +00:00
2005-07-09 15:26:33 +00:00
2006-02-16 14:37:16 +00:00