Merge lp:~muktupavels/compiz/cython-language-level into lp:compiz/0.9.13

Proposed by Alberts Muktupāvels
Status: Merged
Approved by: Dmitry Shachnev
Approved revision: 4203
Merged at revision: 4206
Proposed branch: lp:~muktupavels/compiz/cython-language-level
Merge into: lp:compiz/0.9.13
Diff against target: 9 lines (+1/-1)
1 file modified
compizconfig/compizconfig-python/src/compizconfig.pyx (+1/-1)
To merge this branch: bzr merge lp:~muktupavels/compiz/cython-language-level
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Review via email: mp+362822@code.launchpad.net

Commit message

Set Cython language_level directive.

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'compizconfig/compizconfig-python/src/compizconfig.pyx'
2--- compizconfig/compizconfig-python/src/compizconfig.pyx 2018-08-01 15:52:53 +0000
3+++ compizconfig/compizconfig-python/src/compizconfig.pyx 2019-02-06 17:04:59 +0000
4@@ -1,4 +1,4 @@
5-# cython: c_string_type=str, c_string_encoding=ascii
6+# cython: c_string_type=str, c_string_encoding=ascii, language_level=3
7 '''
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public License

Subscribers

People subscribed via source and target branches