Pavel Perestoronin

Results 76 comments of Pavel Perestoronin

Bump! Is there any progress on getting it merged yet?

Try `br` instead: ```python Python 2.7.10 (default, Feb 22 2019, 21:55:15) [GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>...

I'm a bit 50/50, I mean, it looks good and helpful, but I'd make a utility function outside of `PDU` class. My motivation is that this is rather not a...

Seems it installs `3.3` for `pypy`. ``` wheel requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.5 ```

Looks like it sets up 3.3 for PyPy (2) build. Could we maybe remove it from `tox.ini` for now? At least we'll have some checks until we fix that.

@podshumok Bump! Shall we just drop `py26` for now and add `pypy` and `pypy3` separately?

Could you show the minimal code to reproduce that?

Yup, this looks like a race condition in the lib that needs to be properly fixed.

Hi @Lynesth, sorry for the slow reaction, had tough time recently, just wanna keep you updated. I'll take a look within a week, most likely this Friday

Hi @bhaskar-tweebr, `send_message` cannot support this, because behind the scenes it sends out `SubmitSM` which only allows one destination address. What you need is `SubmitMultiSM` SMPP command, however we don't...