Skip to content

Add breakpoint function from Python 3.7

Jonathan requested to merge vanillajonathan/gtksourceview:patch-1 into master

Python 3.7 includes the new breakpoint function.

https://docs.python.org/3/library/functions.html#breakpoint

Merge request reports