mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
This commit is contained in:
parent
9ce0f48e91
commit
9eed75fde2
3 changed files with 3 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
import os, sys, locale, random
|
||||
import platform, subprocess
|
||||
from test.support import import_fresh_module
|
||||
from test.support.import_helper import import_fresh_module
|
||||
from distutils.spawn import find_executable
|
||||
|
||||
C = import_fresh_module('decimal', fresh=['_decimal'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue