Files
openide/python/openapi
Nikolay Chashnikov c39556d80e [python] add special access method to PyPackageManager to avoid incorrect usage of protected methods (IJPL-149126)
'getSdk' and 'shouldSubscribeToLocalChanges' were called not from a subclass, so they were actually used via 'package private' visibility. And this will fail with IllegalAccessError if intellij.python.community and intellij.python.community.impl are loaded by different classloaders.

GitOrigin-RevId: 6e2f779063ae9fc188b60b3d52bb5cbe6fe496a9
2024-05-02 08:45:44 +00:00
..