bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
authorStéphane Wirtel <stephane@wirtel.be>
Wed, 17 Oct 2018 10:03:40 +0000 (12:03 +0200)
committerVictor Stinner <vstinner@redhat.com>
Wed, 17 Oct 2018 10:03:40 +0000 (12:03 +0200)
commitfcd5e84a515e19409840c570730f0728e9fcfc83
tree7e21db82d894544759edc23cc13ccbe108d224d2
parent8e73ad38ab7d218b9ef8976032865928dfad00f1
 bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)

Verify the value for the parameter '-s' of the cProfile CLI. Patch by Robert
Kuska.

Co-authored-by: Robert Kuska <rkuska@gmail.com>
Lib/cProfile.py
Lib/test/test_cprofile.py
Misc/NEWS.d/next/Library/2018-10-17-11-00-00.bpo-23420.Lq74Uu.rst [new file with mode: 0644]