diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-05-13 17:31:30 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-05-13 17:31:30 -0700 |
| commit | f29de5132562cd6e88661d150fa1ee3ab8b771e1 (patch) | |
| tree | 1f3ac8c4779e4badc825d22fac3c38aceb5bb99e /locale/circuitpython.pot | |
| parent | a6785d7ff74e156c5bcfdd8f46b1cccae41cc3bf (diff) | |
Check native object in case of early access
If a native displayio object is accessed before it's super().__init__()
has been called, then a placeholder is given that will cause a crash if
accessed. This is tricky to get right so we detect this case and raise
a NotInplementedError instead of crashing.
Fixes #1881
Diffstat (limited to 'locale/circuitpython.pot')
0 files changed, 0 insertions, 0 deletions
