This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thatiparthy
Recipients thatiparthy, vstinner
Date 2020-07-01.16:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593619847.45.0.681320271377.issue41007@roundup.psfhosted.org>
In-reply-to
Content
(allhub) ➜  cpython git:(master) ✗ ./python.exe -X tracemalloc=20 -m test  test_importlib -m test.test_importlib.test_path.CommonTests.test_importing_module_as_side_effect -v
== CPython 3.10.0a0 (heads/master:d0981e61a5, Jul 1 2020, 21:25:34) [Clang 11.0.3 (clang-1103.0.32.62)]
== macOS-10.15.5-x86_64-i386-64bit little-endian
== cwd: /Users/srini/workspace/consulting/cpython/build/test_python_1601æ
== CPU count: 12
== encodings: locale=UTF-8, FS=utf-8
0:00:00 load avg: 2.06 Run tests sequentially
0:00:00 load avg: 2.06 [1/1] test_importlib
test_importing_module_as_side_effect (test.test_importlib.test_path.CommonTests) ... ok

----------------------------------------------------------------------

Ran 1 test in 0.061s

OK

== Tests result: SUCCESS ==

1 test OK.

Total duration: 6.5 sec
Tests result: SUCCESS
History
Date User Action Args
2020-07-01 16:10:47thatiparthysetrecipients: + thatiparthy, vstinner
2020-07-01 16:10:47thatiparthysetmessageid: <1593619847.45.0.681320271377.issue41007@roundup.psfhosted.org>
2020-07-01 16:10:47thatiparthylinkissue41007 messages
2020-07-01 16:10:47thatiparthycreate