summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 00:16:33 (GMT)
committerGitHub <noreply@github.com>2017-02-20 00:16:33 (GMT)
commita86339b83fbd0932e0529a3c91935e997a234582 (patch)
tree34b0c69efbc4097a78b6292050460d8ba1df6265 /Modules/_decimal
parent3eea8c67fa870c6e2b7a521d292afe7fe3e95f58 (diff)
downloadcpython-a86339b83fbd0932e0529a3c91935e997a234582.zip
cpython-a86339b83fbd0932e0529a3c91935e997a234582.tar.gz
cpython-a86339b83fbd0932e0529a3c91935e997a234582.tar.bz2
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168)
* 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.
Diffstat (limited to 'Modules/_decimal')
0 files changed, 0 insertions, 0 deletions
overeager trolltech.com -> qt.nokia.com replacementThiago Macieira2009-08-181-2/+2 | * Added a behaviour parameter to QXmlStreamReader::readElementTextThorbjørn Lindeijer2009-08-181-0/+51 | * Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-181-0/+19 | * QGraphicsView test fixGabriel de Dietrich2009-08-181-6/+6 | * Fix autotest: on windows, timers are not accurate enoughThierry Bastian2009-08-181-2/+4 | * Autotest: Be very pedant about the tests. There's at least one compilerThiago Macieira2009-08-181-4/+33 | * Fix autotest: removed useless debug tracesThierry Bastian2009-08-181-1/+0 | * tst_QTableView::task259308_scrollVerticalHeaderSwappedSections fails.Gabriel de Dietrich2009-08-181-0/+1 | * Fixes qmake -tp vcBill King2009-08-181-7/+13 | * cut down on real codeOswald Buddenhagen2009-08-1714-541/+37 | * Add autotest to make sure we receive the QVariantAnimation::valueChangedThierry Bastian2009-08-171-0/+28 | * Add support for the orientation of tiff imagesBenjamin Poulain2009-08-1728-0/+45 | * Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-171-0/+26 * | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-17