diff options
author | Dan Hawson <18214721+GertyP@users.noreply.github.com> | 2023-07-29 14:47:08 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-31 15:43:28 -0400 |
commit | 7c955618dd46c3ea7dc221bdf60354871f17f39d (patch) | |
tree | b78df53cddd0c19e77320c2200173d583926f2ff /mesonbuild/compilers | |
parent | d4615369ffbfc0f9a769ca1fd3566056cfa5ef81 (diff) | |
download | meson-7c955618dd46c3ea7dc221bdf60354871f17f39d.zip meson-7c955618dd46c3ea7dc221bdf60354871f17f39d.tar.gz meson-7c955618dd46c3ea7dc221bdf60354871f17f39d.tar.bz2 |
Rename variables that clash with pdb commands
By default, pdb assumes that any command run is python code to be
evaluated, but only if that code isn't a builtin pdb command. You can
force it to be evaluated as python code by prefixing it with `!`.
It's handy to simply name a python variable and have its variable be
printed.
But single letter variables like 's' and 'p' make debugging with pdb
commands (i.e. 's'tep, and 'p'rint evaluated expressions) less
convenient, and potentially confusing.
Diffstat (limited to 'mesonbuild/compilers')
0 files changed, 0 insertions, 0 deletions