aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-03-20 15:53:54 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-03-21 13:02:20 +0000
commitb811c874dedd14fd8b072bc73761d39255216073 (patch)
treec41b7c72d0e1920e9036b343b45dcfe8ad7b2792 /README.md
parente909528a77172bbd129ca08c12a62ba182dcbf8c (diff)
Fix qApp macro refcount
There are two borrowed references in the code, so we need to manually increase the refcount. Usually the PyEval_GetBuiltins and PyModule_GetDict functions are used locally, so there is no real need of taking care of the refcounts, but since we are using it globally, and adjusting the refcount by ourselves, it was necessary to add the missing references by hand. Task-number: PYSIDE-585 Change-Id: Icc1e7719a6b5d3654d12ab37cd509a096821d7a6 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions