]> granicus.if.org Git - python/commit
Issue #24400, #24325: More tests for types._GeneratorWrapper
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 24 Jun 2015 16:49:28 +0000 (12:49 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 24 Jun 2015 16:49:28 +0000 (12:49 -0400)
commitf847f1fba757b94938364c29b14bfc1129024d06
tree323c43dab833d70cb11f95b434521675ebc1e4cd
parent00e337235855999bfa5339a7d87322b9e0f07148
Issue #24400, #24325: More tests for types._GeneratorWrapper

Also, make 'wrapped' and 'isgen' private.
Lib/test/test_types.py
Lib/types.py