ucphhpc / migrid-sync

MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
4 stars 4 forks source link

Adjust cloud integration to not explicitly do py2-specific string recoding that break on py3 #110

Closed jonasbardino closed 3 months ago

jonasbardino commented 3 months ago

Switch cloud helpers over to force native string rather than the explicit forcing to py2-specific utf8 bytes. This will be needed to get the cloud integration functional on py3. Backported the actual force_native_str_rec wrapper from experimental for the purpose, but that's a minimal change as all the underlying helpers were already backported.

jonasbardino commented 3 months ago

Merged through svn.