• Vinay Sajip's avatar
    Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) · a86339b8
    Vinay Sajip yazdı
    * Fixed bpo-29565: Corrected ctypes passing of large structs by value.
    
    Added code and test to check that when a structure passed by value
    is large enough to need to be passed by reference, a copy of the
    original structure is passed. The callee updates the passed-in value,
    and the test verifies that the caller's copy is unchanged. A similar
    change was also added to the test added for bpo-20160 (that test was
    passing, but the changes should guard against regressions).
    
    * Reverted unintended whitespace changes.
    a86339b8
Adı
Son kayıt (commit)
Son güncelleme
.github Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.codecov.yml Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.hgtouch Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README.rst Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...