File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
436436 'hash_seed' : 0 ,
437437 'faulthandler' : 0 ,
438438 'tracemalloc' : 0 ,
439+ 'perf_profiling' : 0 ,
439440 'import_time' : 0 ,
440441 'code_debug_ranges' : 1 ,
441442 'show_ref_count' : 0 ,
@@ -520,6 +521,7 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
520521 use_hash_seed = 0 ,
521522 faulthandler = 0 ,
522523 tracemalloc = 0 ,
524+ perf_profiling = 0 ,
523525 pathconfig_warnings = 0 ,
524526 )
525527 if MS_WINDOWS :
@@ -828,6 +830,7 @@ def test_init_from_config(self):
828830 'use_hash_seed' : 1 ,
829831 'hash_seed' : 123 ,
830832 'tracemalloc' : 2 ,
833+ 'perf_profiling' : 0 ,
831834 'import_time' : 1 ,
832835 'code_debug_ranges' : 0 ,
833836 'show_ref_count' : 1 ,
@@ -890,6 +893,7 @@ def test_init_compat_env(self):
890893 'use_hash_seed' : 1 ,
891894 'hash_seed' : 42 ,
892895 'tracemalloc' : 2 ,
896+ 'perf_profiling' : 0 ,
893897 'import_time' : 1 ,
894898 'code_debug_ranges' : 0 ,
895899 'malloc_stats' : 1 ,
@@ -921,6 +925,7 @@ def test_init_python_env(self):
921925 'use_hash_seed' : 1 ,
922926 'hash_seed' : 42 ,
923927 'tracemalloc' : 2 ,
928+ 'perf_profiling' : 0 ,
924929 'import_time' : 1 ,
925930 'code_debug_ranges' : 0 ,
926931 'malloc_stats' : 1 ,
You can’t perform that action at this time.
0 commit comments