mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Add a regression test for a reference-counting bug thanks to Mark Evans (<mark.evans@clarisay.com>)
[SVN r8089]
This commit is contained in:
@@ -650,6 +650,13 @@ Testing interaction between callbacks, base declarations, and overloading
|
||||
-1
|
||||
>>> testCallback(r, 1)
|
||||
-1
|
||||
|
||||
Regression test for a reference-counting bug thanks to Mark Evans
|
||||
(<mark.evans@clarisay.com>)
|
||||
>>> sizelist([])
|
||||
0.0
|
||||
>>> sizelist([1, 2, 4])
|
||||
3.0
|
||||
'''
|
||||
|
||||
from demo import *
|
||||
|
||||
Reference in New Issue
Block a user