2
0
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:
Dave Abrahams
2000-10-31 23:46:10 +00:00
parent bfa255afa4
commit d472c7b789

View File

@@ -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 *