Detect ".::" before a code block
JelleZijlstra opened this issue · 0 comments
JelleZijlstra commented
https://docs.python.org/3.12/library/dis.html#opcode-POP_TOP (going to send a PR soon to fix this one)
The markup here is
Removes the top-of-stack item.::
STACK.pop()
Perhaps we should detect the sequence .::
before a code block and warn.