Damian Krystkiewicz

Results 53 comments of Damian Krystkiewicz

Possibly fixed in reloadium 0.9.1 (can't reproduce on python 3.9.7 from pyenv). Could you confirm it's working for you as well?

Interesting, definitely a bug. Can't reproduce it though. Could you turning off caching (startup performance will suffer for sure) and try again? ![2022-08-10_19:07:46](https://user-images.githubusercontent.com/45499236/183862348-fdc08fde-1c7a-4b75-9f5b-701e405f2cb9.png)

@ShahriyarR Right, you have to set `RW_CACHE=False` enviromental flag then.

Is `get_form` method a regular method (non classmethod etc)?

Ok I found the culprit, it's the `cached_property` decorator causing this. Will be fixed in the next release.

Fixed in reloadium 0.9.2 (PyCharm plugin 0.8.5)

Could you try deleting `__pycache__` directories? Does it happen for debug or run mode?

Possibly fixed in reloadium 0.9.1 (can't reproduce on python 3.7.3 from pyenv). Could you confirm it's working for you as well?

Thanks for submitting this. Decorators are not supported when reloading frames (function or module ones) yet. Reloading frames is performed by restarting frame from the top so ignoring code here...

@nzl-thu I'm currently working on this. Could you describe your exact use case? Just want to make sure my solution covers it.