]> granicus.if.org Git - python/commit
bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Wed, 22 May 2019 10:05:02 +0000 (12:05 +0200)
committerRobert Collins <robertc@robertcollins.net>
Wed, 22 May 2019 10:05:02 +0000 (22:05 +1200)
commitb892d3ea468101d35e2fb081002fa693bd86eca9
tree686af436fab98b4367664005e1b24cd58a9a8de0
parentef9d9b63129a2f243591db70e9a2dd53fab95d86
bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461)

It adds a missing testcase for bpo-34125. This is testing code which is
affected by PEP 590, so missing this test might accidentally break
CPython if we screw up with implementing PEP 590.
Lib/test/test_sys_setprofile.py