Skip to content

Add support for Python 3#10

Open
prashantsengar-cl wants to merge 4 commits into
cournape:masterfrom
prashantsengar-cl:master
Open

Add support for Python 3#10
prashantsengar-cl wants to merge 4 commits into
cournape:masterfrom
prashantsengar-cl:master

Conversation

@prashantsengar-cl
Copy link
Copy Markdown

Not tested for Python 2.

prashantsengar-cl and others added 3 commits April 6, 2023 16:27
__builtins__ is not a dict. Hence getting and setting attributes using getattr and setattr respectively
In Python 3, min level of imports is 0. It fails at -1 with error:

```
ValueError: level must be >= 0
```

__builtins__ is not a dict. Hence getting and setting attributes using getattr and setattr respectively
Can be installed as a package named "import_profiler3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant