Marti Raudsepp

Results 145 comments of Marti Raudsepp

What's the status of this PR?

> I am aware that this odd behavior is fixed in 3.* release. From #6050 looks like 3.x isn't going to happen any time soon, and commitments to fix things...

OK, thanks for the quick response. Is 3.0.0 coming some time soon or is it just a plan for now?

For whoever else is struggling with this problem, I created a wrapper class as workaround: ```python class WrappedSession(requests.Session): """A wrapper for requests.Session to override 'verify' property, ignoring REQUESTS_CA_BUNDLE environment variable....

It looks like there's already a Python 3 fork of this package at https://github.com/nielstron/demjson3 (PyPI: `demjson3`) Maybe @dmeranda you could merge changes from that fork back here?

Indeed with IntelliJ 2019.3.2 this error does not occur.

This isn't properly tested yet, I ran out of time today. Will during the weekend or next week.

Heh this is awkward. I was actually using drf-spectacular, but submitted a PR for the wrong project. So I never finished this. I have rebased and pushed my latest changes,...

I already added some tests, but they fail when running with Python 3.10. So some additional changes are needed to the logic. I don't know where it goes wrong.