]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- fixed pointer size test in spawn functions. also added
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 13:10:40 +0000 (13:10 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 9 Jul 2000 13:10:40 +0000 (13:10 +0000)
commite25cfd866297fa1a15832b1bd6e25ec457a39c9f
tree84ff97838a07c79a99efdde2a75fe99af9ad4692
parent43298d1fff01a8cc170722738263b8af7e1119a1
- fixed pointer size test in spawn functions.  also added
  cast to make sure Py_BuildValue gets the right thing.

  this change eliminates bogus return codes from successful
  spawn calls (e.g. 2167387144924954624 instead of 0).
Modules/posixmodule.c