]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use c2pstr() in stead of Pstring() to convert C-strings to
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Dec 2000 22:36:57 +0000 (22:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Dec 2000 22:36:57 +0000 (22:36 +0000)
commitfd0226b3275a1290cbaef0a462133c21e0f43d56
tree746779ffe4464bb13305b5b12b61dc2e15e1c91b
parent27489d4c8ce63f1ee6b5079b6e48318a03f6f7ce
Use c2pstr() in stead of Pstring() to convert C-strings to
Pascal-strings. Safer, because Pstring converts in-place and the
pathname may be reused later for error messages.
Python/dynload_mac.c