RussBaz

Results 26 comments of RussBaz

Sure, thanks.

Well, I am using wrapt at the moment. I pushed some tests to check this issue, https://github.com/GrahamDumpleton/wrapt The snippet you provided works at the moment ('dev' branch) if the object...

OK, I think I fixed this error. You can test it in the dev branch. BTW, passing Example.method will fail here because 'self' must be taken into account. It should...

This sounds possible and interesting. However, could you suggest a use case for such feature? I believe every applied typecast must generate a corresponding warning. Otherwise, the real issue might...

Hi. Thanks a lot for the pull request. I will try giving a code review (of sorts) as soon as I can, even if it is a symbolic one. I...

I tried running running it on a fresh installation of 3.10 but I could not make tests run due to import errors and so on. It will require reading through...

Hey, @SamuelMarks, I was fooling around and managed to make the test suite run. The main issue was with the line 273 in parsers.py. Replacing it for now with `sys.version_info...

I have removed these options from the code for now as they were not doing anything yet. We will need to reassess them when we will be dealing with the...

I think I have nailed this issue. I used to create typed NamedTuples using `exec` from a string template. Unfortunately, it was hard to provide correct context for `exec` under...

Well, I have a patch ready that will make it run on 3.7 but it will faill the tests as the structure of python typing internals is quuite different now...