]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use PyUnicode_FromFormat() to create the temporary file name.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 Nov 2011 21:27:32 +0000 (22:27 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 Nov 2011 21:27:32 +0000 (22:27 +0100)
commit8ad982cccf439419937bf2acf111f7ee197c4181
treeaaabfe36cb33f6199eb2758eca5ae5ed48965fcf
parent6166519d2bfb0b6fd7ff304da89c59b10557d4a3
Use PyUnicode_FromFormat() to create the temporary file name.
Also, as in importlib, append the id of an object to make the file name
pseudo-random.
Python/import.c