-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
PEP 277: Unicode file name support #37017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This patch is in an updated version of the patch [1] |
Logged In: YES I'd make unicode_filenames() a macro that expands to 0 on There's a lot of hairy code here. Are you sure that there Aren't there some #ifdefs missing? posix_[12]str have code There should probably be a separate #define in pyport.h to |
Logged In: YES This is a new version:
Mark, can you please take a look at this? |
Logged In: YES Tim, can you review this? |
Logged In: YES Sorry, Martin, bouncing back to Mark -- I really don't know |
Logged In: YES Mark, can you please indicate whether you will review this |
Logged In: YES Will review this instant - sorry for the delay. |
Logged In: YES Uploading text file with my comments on the patch. Also |
Logged In: YES Back to Martin for comments on my comments ;) |
Logged In: YES Back to martin for comments on my comments ;) |
Logged In: YES Thanks for your comments, just shouting at me to correct all In what case do you still get an exception? |
Logged In: YES I get an exception running test_unicode_file.py - we end up |
Logged In: YES I missed the fact this was re-assigned to me - should I |
Logged In: YES Sorry - not sure what I was thinking - obviously can't check Attaching a new patch. This fixes the crash in Martin - back to me if you want me to check it in. |
Logged In: YES Sorry - not sure what I was thinking - obviously can't check Attaching a new patch - fixes the problem I mentioned with |
Logged In: YES Although SF implies otherwise, a bad filename in a So, back to Martin as I don't think he is waiting on me for |
Logged In: YES The block: + if (!wpath1 || !wpath2) Should include Py_XDECREF calls for wpath1 and wpath2. Can't be bothered with a new patch just for this :) |
Logged In: YES The patch passes the test suite on Solaris. I've also |
Logged In: YES /cvsroot/python/python/dist/src/Include/pyerrors.h,v <-- |
Logged In: YES Oops - I missed checking in Lib/test/test_pep277.py. With this file in place, the test suite fails for me: However, I seem to recall that new tests do not need output |
Logged In: YES Generating the output file with -g and committing it is the |
Logged In: YES /cvsroot/python/python/dist/src/Lib/test/test_pep277.py,v |
Logged In: YES Mark, I had a bunch of code review notes I sent to |
Logged In: YES I will try and fix my sf.net mail - in tne meantime Neal, if |
Logged In: YES /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v <-- |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: